getSystemWindowInsets

@NonNull
open fun getSystemWindowInsets(): @NonNull Insets(source)

Deprecated

Use getInsets with systemBars instead.

Returns the system window insets in pixels.

The system window inset represents the area of a full-screen window that is partially or fully obscured by the status bar, navigation bar, IME or other system windows.

Return

The system window insets

See also